LimsTests Web Service
MethodLimsTestsIndex
Description
This index method provides an array of CoreOne Lims Tests that match any search criteria provided.
Request (LimsTestsIndex)

Below are the required parameters to successfully return an array of CoreOne Lims Tests that are associated with a specified Lims Specimen. If any parameter is omitted an error message will be displayed alerting the user.

Request Body Parameters

NameDescriptionData Type
token

This is a 40-character hexadecimal string.

This token should have been obtained at the commencement of a session using the Login (Method). It is required for all functional CoreOne web services.
xml:string
page

Results from this method are paginated; this parameter specifies the page number you wish returned. If omitted, the default page number is 1.

xml:int
limit

Results from this method are paginated; this parameter specifies the number of items per page that are returned. If omitted, the default limit is 15. This is to prevent mass data extraction.

xml:int
lims_specimen_id

This is an internal CoreOne Lims Specimens id. This is used to return the Lims Tests associated with a specific Lims Specimen.

These can be obtained through using the LimsAccessionsShow (Method).
xml:int
Response (LimsTestsIndex_response)

This will return a list of CoreOne Lims Tests along with each Lims Test's details.

To get the full view of the associated Lims Accession use the LimsAccessionsShow (Method).

Response Body Parameters

NameDescriptionData Type
lims_testThis is an array which shows all data elements for each CoreOne Lims Test returned.ws_lims_test
Remarks

See Also
All Operations Resource GroupLimsTests Web Service

 

 


© 2014-2018 All Rights Reserved.

Send comments on this topic.